Column

Discrimination

Item ratings

User Ratings

Column

Method

a

Discussiong

---
title: "Item discrimination in Math Garden"
output: 
  flexdashboard::flex_dashboard:
    logo: http://shklinkenberg.github.io//statistics-lectures/template/logo_uva.png
    orientation: col
    social: menu
    source_code: embed
    vertical_layout: fill
---

```{r setup, include=FALSE}
library(flexdashboard)
```

Inputs {.sidebar}
-----------------------------------------------------------------------

Research

```{r, echo=FALSE, eval=FALSE} selectInput("clusterNum", label = h3("Cluster number"), choices = list("1" = 1, "2" = 2, "3" = 3, "4" = 4, "5" = 5), selected = 1) ``` This is my text. More text and more and more
https://goo.gl/a6ch6A
Column {data-width=500} ----------------------------------------------------------------------- ### Discrimination ![](Proportion_correct.gif) ### Item ratings ![](item_distributions.gif) ### User Ratings ![](user_distributions.gif) Column ----------------------------------------------------------------------- ### Method a ### Discussiong